home *** CD-ROM | disk | FTP | other *** search
/ Merciful 5 / Merciful - Disc 5.iso / software / r / real_3d / real3dv3.3b.dms / real3dv3.3b.adf / Startup.LZH / Startup / menus.rpl
Text File  |  1995-07-08  |  1KB  |  84 lines

  1.  
  2. ( Some example programs
  3. ( ---------------------
  4.  
  5. : UI_Complete
  6.     "gui/example.gui" LOAD
  7. ;
  8.  
  9. : UI_Simple
  10.     "gui/simple.gui" LOAD
  11. ;
  12.  
  13. & UI_Simple   "Examples/Simple"    ADDMENU
  14. & UI_Complete "Examples/Complete"  ADDMENU
  15.  
  16.  
  17. (
  18. ( Modelling tools
  19. ( ---------------
  20.  
  21. : MDL_Saturnus
  22.     "gui/saturnus.gui" LOAD
  23. ;
  24.  
  25. & MDL_Saturnus "Modelling/Saturnus" ADDMENU
  26.  
  27. : MDL_Spiral
  28.     "gui/spiral.gui" LOAD
  29. ;
  30.  
  31. & MDL_Spiral "Modelling/Spiral" ADDMENU
  32.  
  33. : MDL_Select
  34.     "gui/select.gui" LOAD
  35. ;
  36.  
  37. & MDL_Select "Modelling/Select" ADDMENU
  38.  
  39. : MDL_DumpObj
  40.     "rpl/dumpobj.rpl" LOAD
  41.     "Ok" "File RAM:dump.txt Created" GET_KEY DROP
  42. ;
  43.  
  44. & MDL_DumpObj "Modelling/Print Hierarchy" ADDMENU
  45.  
  46. (
  47. ( Animation tools
  48. ( ---------------
  49.  
  50. : ANI_Surface
  51.     "gui/surface.gui" LOAD
  52. ;
  53.  
  54. & ANI_Surface "Animation/Surface" ADDMENU
  55.  
  56. : ANI_Creation
  57.     "gui/creation.gui" LOAD
  58. ;
  59.  
  60. & ANI_Creation "Animation/Creation" ADDMENU
  61.  
  62. : ANI_ReEstabl
  63.         "rpl/reestabl.rpl" LOAD
  64. ;
  65.  
  66. & ANI_ReEstabl "Animation/Re-Establish" ADDMENU
  67.  
  68. : ANI_AbsSkel
  69.         "rpl/absskel.rpl" LOAD
  70. ;
  71.  
  72. & ANI_AbsSkel "Animation/Abs. Skeleton" ADDMENU
  73.  
  74. (
  75. ( Miscs
  76. ( -----
  77.  
  78. : MISC_AutoFocus
  79.     0 3 2 6 MENUNUM iWC_MENU "View*" iWM_ACTION WND_SENDMSG DROP
  80. ;
  81.  
  82. & MISC_AutoFocus "Miscs/Autofocus All" ADDMENU
  83.